gsd/develop: add capability to call radiation on physics timestep for first N time steps#3
Closed
climbfuji wants to merge 1 commit into
Closed
Conversation
…physics timestep for first nhfrad timesteps
Owner
Author
|
@grantfirl should this change be made for SCM as well, or does radiation run on the physics time step anyway? |
Calls to radiation for the SCM are controlled identically to FV3, by the namelist values of fhswr and fhlwr converted to nsswr and nslwr in control_initialize, then used in GFS_time_vary_pre.scm to set the logicals. So, if it is deemed necessary for FV3, we'll probably want to have it in SCM too. |
tanyasmirnova
approved these changes
Dec 6, 2019
Owner
Author
|
This has been replaced by NOAA-GSL#1. |
climbfuji
pushed a commit
that referenced
this pull request
Nov 24, 2020
Suggested changes to rucice PR
climbfuji
pushed a commit
that referenced
this pull request
Aug 5, 2021
Constant branch update from Dom 2021/08/02
climbfuji
pushed a commit
that referenced
this pull request
Oct 18, 2021
Update to mraerosol branch from Dom
climbfuji
pushed a commit
that referenced
this pull request
Dec 22, 2021
Update cloud_cover_xr with latest change from NCAR ccpp-physics main
climbfuji
pushed a commit
that referenced
this pull request
Mar 3, 2022
Fix the rest of the Cheyenne/GNU tests
climbfuji
pushed a commit
that referenced
this pull request
Dec 27, 2023
Revert combination, update to ufs/dev, and update CODEOWNERS
climbfuji
pushed a commit
that referenced
this pull request
Dec 27, 2023
Merge PR NCAR#121 and resolve conflicts
climbfuji
pushed a commit
that referenced
this pull request
Jul 12, 2024
Random fixes for HR4 GWD update
climbfuji
pushed a commit
that referenced
this pull request
Jan 25, 2026
fix bug in GFS_surface_composites_pre.F90
climbfuji
pushed a commit
that referenced
this pull request
May 14, 2026
Feature/aqm canopy vdf updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the capability to allow for radiation being called on physics timestep for first nhfrad timesteps (coldstarts only, for spinup) to physics/GFS_time_vary_pre.fv3.*
The new functionality is activated by setting nhfrad in the gfs physics namelist section to a value larger than one (default is zero).
Associated PR: climbfuji/fv3atm#1
This PR has been tested to work on macOS/GNU and needs to be tested for b4b identical results when nhfrad is not set (default value is zero) on hera/intel.